public void ShowInventry()
 {
     inventoryUI.ShowInventory(inventory.GetInventoryLists());
 }