public List <PTORequest> SelectByENTUserAccountId(int entUserAccountId)
 {
     using (var db = new HRPaidTimeOffDataContext())
     {
         return(db.PTORequestSelectByENTUserAccountId(entUserAccountId).ToList());
     }
 }