public PremiumPreorder(OrderBase order) : base(order) { }
public OrderDecorator(OrderBase order) { this.order = order; }