public void RemoveBC_TTDLRow(BC_TTDLRow row) {
     this.Rows.Remove(row);
 }
 public BC_TTDLRowChangeEvent(BC_TTDLRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddBC_TTDLRow(BC_TTDLRow row) {
     this.Rows.Add(row);
 }