public void PlayDialogueGraph(DialogueGraph graph)
 {
     this.dialogueGraph = graph;
     graph.Reset();
 }