public ActionResult GetListJson() { var data = customerCache.GetList(); return(ToJsonResult(data)); }