public void AddtblInsuranceC47P2Row(tblInsuranceC47P2Row row) {
     this.Rows.Add(row);
 }
 public void RemovetblInsuranceC47P2Row(tblInsuranceC47P2Row row) {
     this.Rows.Remove(row);
 }
 public tblInsuranceC47P2RowChangeEvent(tblInsuranceC47P2Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }