public IEnumerable <Departamento> ObterPorUsuario(string usuarioId) { return(_repositorio.ObterPorUsuario(usuarioId)); }