public void Produce(Order order) { CreateComputers(order.Computers); CreateTablets(order.Tablets); CreateSmartPhones(order.SmartPhones); }