public ActionResult GoogleProductList(GridCommand command, string searchProductName)
 {
     return(new JsonResult {
         Data = _googleService.GetGridModel(command, searchProductName)
     });
 }