public void AddOrder(OrderSubmitForm form) { Order order = form.ConvertToOrderItem(); BllFactory.GetOrderBLL().AddOrder(order); }