public void RemoveBC_PM_3Row(BC_PM_3Row row) {
     this.Rows.Remove(row);
 }
 public BC_PM_3RowChangeEvent(BC_PM_3Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddBC_PM_3Row(BC_PM_3Row row) {
     this.Rows.Add(row);
 }