public ActionResult ClearSearch(int id)
 {
     RepeatCounter.ClearOne(id);
     return(RedirectToAction("History"));
 }