public void RemoveBC_PM_7Row(BC_PM_7Row row) {
     this.Rows.Remove(row);
 }
 public BC_PM_7RowChangeEvent(BC_PM_7Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddBC_PM_7Row(BC_PM_7Row row) {
     this.Rows.Add(row);
 }