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

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