// remove from the list public bool RemoveOrderFromList(OrderRepository order) { }
// Add an order to the list public void AddOrderToList(OrderRepository order) { _ListOfOrders.Add(order); }