public ActionResult Details(int id)
 {
     return(View(_quizRepo.GetQuestionById(id)));
 }