public async Task <IActionResult> GetAll()
 {
     return(Ok(
                await _departamento.ListarDepartamentos()
                ));
 }