public IActionResult OnPostChooseDialogue() { DialogueSystem.ChooseDialogue(DialogueId); return(RedirectToPage("Dialogues")); }