Hey question about creating a single instance of a class.
I have two classes and the first class I would use
CourseOfferingController cOffer= new CourseOfferingController(); but later found out...