public OrderPizzaMenu(AmericanCook cook) { this.Cook = cook; }
public OrderShake(AmericanCook cook) { Cook = cook; }
public OrderBurgerMenu(AmericanCook cook) { this.Cook = cook; }