Line 27: get { Line 28: if (null == order) Line 29: order = Order.Get(orderId); Line 30: return order; Line 31: }