public Merchant(ShopInventory newInventory) { _shopInventory = newInventory; }
public Merchant() { _shopInventory = new ShopInventory(); }