public void RemoveRental(Rental rental) { Rentals.Remove(rental); }
public void AddRental(Rental rental) { Rentals.Add(rental); }