public ActionResult GetEnableGridJson(string keyword) { var data = formApp.GetEnableList(keyword); return(Content(data.ToJson())); }