public void AddDepartment(Department department)
 {
     collegeRepository.AddDepartment(department);
 }