public College GetCollegeByCode(string collegeCode)
 {
     return(collegeRepository.GetCollegeByCode(collegeCode));
 }