public void Excluir(Endereco e) { EnderecoRepositorio rep = new EnderecoRepositorio(); rep.Delete(e); }