void DisplayItem(ItemDisplayUI display, Item item)
 {
     display.Enable();
     display.UpdateDisplay(item);
 }