public IList <Test> GetTests() { return(_testsRepo.GetTests()); }
public ActionResult Index() { var tests = _rep.GetTests(); return(View(tests)); }