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