public void AddTRAY_PREPLAN_TABRow(TRAY_PREPLAN_TABRow row) {
     this.Rows.Add(row);
 }
 public void RemoveTRAY_PREPLAN_TABRow(TRAY_PREPLAN_TABRow row) {
     this.Rows.Remove(row);
 }
 public TRAY_PREPLAN_TABRowChangeEvent(TRAY_PREPLAN_TABRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }