public ActionResult ClearHistory()
 {
     Scraper.ClearHistory();
     return(RedirectToAction("Dashboard"));
 }