public ActionResult GetFormJson(string keyValue) { var data = sysBLL.Get005OrgEntity(keyValue); return(Content(data.ToJson())); }