public string Delete(long ID)
        {
            LogicBL logicBL = new LogicBL();

            return(logicBL.DeleteUser(ID));
        }