public ActionResult DeleteAll()
 {
     CountDisplay.ClearAll();
     return(View());
 }