//Add a default order to the list public void AddOrder() { orderList.AddNewOrder(++OrderID); AddNewPanel(); UpdateTotals(); }