public async Task <IActionResult> getAll(long idCompany)
 {
     return(new OkObjectResult(await personalRepo.getAll(idCompany)));
 }