public ActionResult DeleteShop(int idShop) { _shopModel.DeleteShop(idShop); return(Redirect(nameof(LotManagment))); }