public List <Course> GetAllCourses(int departmentId)
 {
     return(aStudentGateway.GetAllCourses(departmentId));
 }