public int DeleteCourseBLL(UserBO ob)
        {
            clsDAL obj = new clsDAL();

            return(obj.DeleteCourse(ob));
        }