public void Visit(RealEstate realEstate)
 {
     NetWorth += realEstate.PropertyValue;
 }
 public void Visit(RealEstate realEstate)
 {
     MonthlyIncome += realEstate.MonthlyRent;
 }