public async Task <ActionResult> GetAll() { var result = await _staffService.GetAllDTOAsync(); return(Ok(result)); }