public void Test_NullCourseCantBeRemoved()
 {
     School someSchool = new School();
     someSchool.RemoveCourse(null);
 }