// GET: Archive public ActionResult Index() { ViewBag.hideSidebar = true; var archives = _archiveFactory.GetArchives(); return(View(archives)); }