private InventoryManager()
 {
     _inventory = new Inventory(this);
 }