public void RemoveOtherCostsBasicInformationRow(OtherCostsBasicInformationRow row) {
     this.Rows.Remove(row);
 }
 public OtherCostsBasicInformationRowChangeEvent(OtherCostsBasicInformationRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddOtherCostsBasicInformationRow(OtherCostsBasicInformationRow row) {
     this.Rows.Add(row);
 }