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