public void RemoveInsuranceCostsBasicInformationRow(InsuranceCostsBasicInformationRow row) {
     this.Rows.Remove(row);
 }
 public InsuranceCostsBasicInformationRowChangeEvent(InsuranceCostsBasicInformationRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddInsuranceCostsBasicInformationRow(InsuranceCostsBasicInformationRow row) {
     this.Rows.Add(row);
 }