public IActionResult Question()
 {
     return(Json(quizRepository.GetRandomQuestion()));
 }