public void Excluir() { try { aTbPaisDAO.Excluir(this); } catch (Exception ex) { throw new Exception("excluir o registro"); } finally { Conexao.CloseConnection(); } }