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

            return(obj.CourseUpdate(ob));
        }