public ENTNotification Select(HRPaidTimeOffDataContext db, int id)
 {
     return(db.ENTNotificationSelectById(id).SingleOrDefault());
 }