public void AddMP_BCTHEOKHUVUCRow(MP_BCTHEOKHUVUCRow row) {
     this.Rows.Add(row);
 }
 public void RemoveMP_BCTHEOKHUVUCRow(MP_BCTHEOKHUVUCRow row) {
     this.Rows.Remove(row);
 }
 public MP_BCTHEOKHUVUCRowChangeEvent(MP_BCTHEOKHUVUCRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }