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

            return(obj.DeleteSkill(ob));
        }