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