public JsonResult Refresh()
 {
     using (var product = new ProductSearchClient())
     {
         var refresh = product.RemoveRedisCacheKey("Product", "KeywordBrandCache");
         return(Json(refresh.Result));
     }
 }