void OnItemButtonClick(int buttonIndex)
 {
     parentCharacterBehavior.EquipItem(storedItemKeys[buttonIndex]);
 }