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