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