public void StartInventory()
 {
     inventory.InitInventory(this);
     inventory.OpenInventoryUI();
 }