public void RemoveListing(Listing listing) { _listings.Remove(listing); }
public void AddListing(Listing listing) { _listings.Add(listing); }