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