public void AddBC7Row(BC7Row row) {
     this.Rows.Add(row);
 }
 public void RemoveBC7Row(BC7Row row) {
     this.Rows.Remove(row);
 }
 public BC7RowChangeEvent(BC7Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }