public static DataTable GetAllCourseAssocWith()
 {
     return(CourseDAL.GetAllCourseAssocWith());
 }