// GET: Grades public IActionResult Index() { List <Term> terms = _termRepository.LoadTerms(); return(View(terms)); }