public void RemoveCardListDataRow(CardListDataRow row) {
     this.Rows.Remove(row);
 }
 public CardListDataRowChangeEvent(CardListDataRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddCardListDataRow(CardListDataRow row) {
     this.Rows.Add(row);
 }