public void OnDialogueChoice(string s)
 {
     dialogueHandler.Choice(s[0]);
 }