public ActionResult GetFormJson(string keyValue) { var data = _dataItemBll.GetEntityByKey(keyValue); return(Content(data.TryToJson())); }