public void RemoveBC_PMRow(BC_PMRow row) {
     this.Rows.Remove(row);
 }
 public BC_PMRowChangeEvent(BC_PMRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddBC_PMRow(BC_PMRow row) {
     this.Rows.Add(row);
 }