public IActionResult RemoverPoder(int id_poder) { _repositorio.RemoverPoder(id_poder); return(Ok()); }