public void RemovaDivida(int id) { _persistenciaDivida.Remover(id); }
public void RemovaRenda(int id) { _persistenciaRenda.Remover(id); }