// Update is called once per frame
 public static void EmptySlot()
 {
     i.GetComponent <Image>().enabled = false;
     i.item = null;
 }