public void RemoveBC3Row(BC3Row row) {
     this.Rows.Remove(row);
 }
 public BC3RowChangeEvent(BC3Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddBC3Row(BC3Row row) {
     this.Rows.Add(row);
 }