public ActionResult EditLocation(int id) { var model = _admin.GetLocation(id); return(PartialView("EditLocation", model)); }