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