public void RemoveProjectInsurancesBudgetRow(ProjectInsurancesBudgetRow row) {
     this.Rows.Remove(row);
 }
 public ProjectInsurancesBudgetRowChangeEvent(ProjectInsurancesBudgetRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddProjectInsurancesBudgetRow(ProjectInsurancesBudgetRow row) {
     this.Rows.Add(row);
 }