public void RemovedtListResultRow(dtListResultRow row) {
     this.Rows.Remove(row);
 }
 public dtListResultRowChangeEvent(dtListResultRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AdddtListResultRow(dtListResultRow row) {
     this.Rows.Add(row);
 }