public IEnumerable <UserForShowDto> GetAllUsers() { IEnumerable <UserForShowDto> res = _business.GetAllUsers(); return(res); }