public bool ExisteDividaComMesmoId(int id)
 {
     return(_persistenciaDivida.ExisteComMesmoId(id));
 }
 public bool ExisteRendaComMesmoId(int id)
 {
     return(_persistenciaRenda.ExisteComMesmoId(id));
 }