public void Visit(Loan loan) { NetWorth -= loan.LoanAmount; }
public void Visit(Loan loan) { MonthlyIncome -= loan.MonthlyPayment; }