private void editButton_Click(object sender, EventArgs e)
        {
            dlg = new ConfigurePostSingulation_Edit(this.reader, this.singulationCriteria);

            dlg.ShowDialog( );

            // cheating and doing re-load after modal dlg closes so restore
            // base info if a cancel occured or update if save occured...

            this.loadButton_Click(null, null);
        }
        private void editButton_Click( object sender, EventArgs e )
        {
            dlg = new ConfigurePostSingulation_Edit( this.reader, this.singulationCriteria );

            dlg.ShowDialog( );

            // cheating and doing re-load after modal dlg closes so restore
            // base info if a cancel occured or update if save occured...

            this.loadButton_Click( null, null );
        }