public void RemoveBondingCostsBasicInformationRow(BondingCostsBasicInformationRow row) {
     this.Rows.Remove(row);
 }
 public BondingCostsBasicInformationRowChangeEvent(BondingCostsBasicInformationRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddBondingCostsBasicInformationRow(BondingCostsBasicInformationRow row) {
     this.Rows.Add(row);
 }