public ActionResult GetListAutoProductValue(string key, string keword, int showLimit, int agencyId, int type)
        {
            var obj = key != Keyapi ? new List <SuggestionsProduct>() : _da.GetListAutoProductValue(keword, showLimit, agencyId, type);

            return(Json(obj, JsonRequestBehavior.AllowGet));
        }