private void btnSave_Click(object sender, EventArgs e) { _quiz.Name = txtQuizName.Text; _quizService.SaveQuiz(_quiz); }