public IActionResult list() { try { return(Ok(_agenciaRepository.list())); } catch (Exception error) { return(BadRequest("Error: " + error)); } }