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