To call a method in a class, you need to have a reference to an instance of that class.
refToClassObject.theMethodToCall()