public ActionResult GoogleProductEdit(int pk, string name, string value)
        {
            _googleFeedService.Upsert(pk, name, value);

            return(new EmptyResult());
        }
		public ActionResult GoogleProductEdit(int pk, string name, string value)
		{
			_googleFeedService.Upsert(pk, name, value);

			return this.Content("");
		}