// GET: Admin/Reports public ActionResult Index() { var reports = _reports.FindAll(); return(View(reports)); }