public void RemoveBC_DC_12Row(BC_DC_12Row row) {
     this.Rows.Remove(row);
 }
 public BC_DC_12RowChangeEvent(BC_DC_12Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddBC_DC_12Row(BC_DC_12Row row) {
     this.Rows.Add(row);
 }