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

            return(obj.CourseInsertion(ob));
        }