public void RemoveFromInventory(Item item) {
     Inventory.Remove(item);
     item.OnRemove(this);
 }