public ENTNotification SelectByIdENTUserAccountId(HRPaidTimeOffDataContext db, int notificationId, int entUserAccountId)
 {
     return(db.ENTNotificationSelectByIdENTUserAccountId(notificationId, entUserAccountId).SingleOrDefault());
 }