public async Task <IActionResult> Get( int id ) { return(Ok( await _departamento.ObtenerDepartamento(id) )); }