public ActionResult Save(ShopM shop) { if (ModelState.IsValid) { shopService.Edit(shop); } return(RedirectToAction("Info")); }