public List <SystemUserReturnEntity> GeAll() { LogicBL logicBL = new LogicBL(); return(logicBL.GetAllUsers()); }