public ActionResult Index()
 {
     return(View(resultsRepository.GetAll()));
 }