public Date GetPayPeriodStartDate(Date payPeriod)
 {
     return(payPeriod.AddMonth(-1).AddDays(1));
 }