I've got these two classes interacting and I'm trying to call four different classes from class one for use in class two.
The methods are public and they do return values but for some reason there is not a connection being made. The error I get when I try is: "An object reference is required for the nonstatic field, method, or property 'GradeBook.[method I want called]'"