public static DataTable GetAllCourseById(int CourseId)
 {
     return(CourseDAL.GetAllCourseById(CourseId));
 }