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