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