public OrderList(string storeID) { this.orders = OrderDA.GetAllIncompleteOrdersByStoreNum(storeID); }