public static DataTable GetAllUserCourseById(Guid UserId)
 {
     return(CourseDAL.GetAllUserCourseById(UserId));
 }