public void CreateAssets(Orders Order) { foreach (OrderProducts op in Order.Products) { Asset asset = new Asset(op); asset.IssueAsset(); } }