public bool CheckAssignCourseEntry(string Id)
 {
     return(courseAssignGateway.CheckAssignCourseEntry(Id));
 }