public void AddOrderHistory(OrderHistory history) { _datalayer.AddOrderHistory(history); CachedOrderHistory = _datalayer.GetAllOrderHistory(); }