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