public virtual void Excluir(int id) { var entidade = Repositorio.ObterPorId(id); Repositorio.Apagar(entidade); }