public void RemoveOtherCostsInformationRow(OtherCostsInformationRow row) {
     this.Rows.Remove(row);
 }
 public OtherCostsInformationRowChangeEvent(OtherCostsInformationRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddOtherCostsInformationRow(OtherCostsInformationRow row) {
     this.Rows.Add(row);
 }