public ActionResult GetFormJson(string keyValue) { var data = invoicebll.GetEntity(keyValue); return(ToJsonResult(data)); }