public void Visit(Loan loan)
 {
     this.Total -= loan.Owed;
 }
 public void Visit(Loan loan)
 {
     this.Total -= loan.MonthlyPayment;
 }