public void StartDialog(NPC npc)
 {
     DialogGUI.gameObject.SetActive(true);
     DialogGUI.SetNPC(npc);
 }