// Store the exhibit in the inventory
 void StoreArtefact(Exhibit artefact)
 {
     artefact.StoreItem();
     canvas.gameObject.SetActive(false);
 }