public ActionResult DeleteAll() { PlacesInput.ClearAll(); return(View()); }
public void TearDown() { newPlaces = null; PlacesInput.ClearAll(); }