public ActionResult Destroy(int id)
 {
     Place.ClearPlace(id);
     return(View());
 }