public List <Course> GetAllEnrollCourses(int id)
 {
     return(aStudentGateway.GetAllEnrollCourses(id));
 }