private void When_GetAllProfessors_IsCalled_ReturnAllProfessors()
 {
     Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsTrue(professors.GetAllProfessors().Count == 1);
 }