public void AddBC_10Row(BC_10Row row) {
     this.Rows.Add(row);
 }
 public void RemoveBC_10Row(BC_10Row row) {
     this.Rows.Remove(row);
 }
 public BC_10RowChangeEvent(BC_10Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }