public ActionResult GetAuditEntity(string keyValue) { var data = auditbll.GetAuditEntity(keyValue); return(ToJsonResult(data)); }