public PumpOffer(Pump first, Pump second) { Pumps.Add(first); Pumps.Add(second); }
public PumpOffer(Pump single) { Pumps.Add(single); }