public DataTable GetCourseTocomboBox()
 {
     return(sectionRepository.GetCourseTocomboBox());
 }