private void Init()
 {
     documenter.SetDefaults();
     this.txtOutputFolderName.Text = documenter.OutputDir;
     this.txtReportTitle.Text      = documenter.ReportName;
     comboBox2.SelectedIndex       = 0;
 }