public ActionResult GoogleProductEdit(int pk, string name, string value)
        {
            _googleService.UpdateInsert(pk, name, value);

            return(this.Content(""));
        }