public T_PurchaseOrder PurchaseOrderGetById(Id id) { return(_purchaseOrders.Single(x => x.Id.Equals(id.GetValue()))); }