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