protected void ShowGUI()
 {
     talking = true;
     DialoguePanel.currentDialogue = this;
     DialoguePanel.ShowDialog();
 }