public override List <ENTAudit> Select() { using (var db = new HRPaidTimeOffDataContext()) { return(db.ENTAuditSelectAll().ToList()); } }