public int FindUserTypeBLL(UserBO ob)
        {
            clsDAL ob1 = new clsDAL();

            return(ob1.FindUserType(ob));
        }