public ActionResult DeleteAll()
 {
     CampingItems.ClearAll();
     return(View());
 }
 public void Dispose()
 {
     CampingItems.ClearAll();
 }