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