public ActionResult GetRandomLesson() { var service = new LessonService(); var lesson = service.GetRandomLessonFromList(); return(View(lesson)); }