// GET: TriviaController
 public ActionResult Index()
 {
     return(View(triviaService.GetTriviaQuestion()));
 }