/// <summary> /// Associate the given view with this Inventory.</summary> public void AddView(InventoryView view) { _views.Add(view); view.InitFromInventory(this); }