public List <CourseModel> GateAllCourseManager()
 {
     return(courseAssignGateway.GateAllCourseGateway());
 }