public ActionResult StudySubjects() { var model = _adminBusinessLogic.GetStudySubjectsViewModel(); return(View(model)); }