public ActionResult GetListSimple(string key, int agencyId) { var obj = key != Keyapi ? new List <StorageWarehousingItem>() : _da.GetListSimple(agencyId); return(Json(obj, JsonRequestBehavior.AllowGet)); }