private async Task DeleteQuestion()
 {
     MultipleChoiceQuestions.Remove(SelectedQuestion);
     SelectedQuestion = null;
     await _pageService.PopAsync();
 }