public DataTable AllList(object entity) { try { return(_OrmManager.AllList(entity)); } catch (Exception ex) { return(null); } }