public void RemoveBC_DC_14Row(BC_DC_14Row row) {
     this.Rows.Remove(row);
 }
 public BC_DC_14RowChangeEvent(BC_DC_14Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddBC_DC_14Row(BC_DC_14Row row) {
     this.Rows.Add(row);
 }