public PremiumPreOrder(Orderbase orderbase) : base(orderbase) { }
public OrderDecorator(Orderbase orderbase) { _orderbase = orderbase; }