public void DisExcluir(int id)
 {
     repositorio.DisExcluir(id);
 }