public async Task <ActionResult <List <PersonelDTO> > > GetAll() { var personelList = await _personelService.GetAllAsync(); return(personelList); }