public void RemoveBC1_1Row(BC1_1Row row) {
     this.Rows.Remove(row);
 }
 public BC1_1RowChangeEvent(BC1_1Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddBC1_1Row(BC1_1Row row) {
     this.Rows.Add(row);
 }