public List <PTORequest> SelectPreviousByENTUserAccountId(int ptoRequestId, int entUserAccountId)
 {
     using (var db = new HRPaidTimeOffDataContext())
     {
         return(db.PTORequestSelectPreviousByENTUserAccountId(ptoRequestId, entUserAccountId).ToList());
     }
 }