public DataTable CourseContentBLL(UserBO ob) { clsDAL obj = new clsDAL(); return(obj.CourseContent(ob)); }