public void RemovepayReportRow(payReportRow row) {
     this.Rows.Remove(row);
 }
 public payReportRowChangeEvent(payReportRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddpayReportRow(payReportRow row) {
     this.Rows.Add(row);
 }