public bool UpdateOrder(OrderClass item) { throw new NotImplementedException(); }
public OrderClass CreateOrder(OrderClass item) { throw new NotImplementedException(); }