private void button2_Click(object sender, EventArgs e)
 {
     WipeReportManager man = new WipeReportManager();
     man.ReportDirectory = SecureDeleteLocations.GetReportDirectory();
     man.LoadReportCategories(SecureDeleteLocations.GetReportFilePath());
     man.DestroyDatabase();
     man.SaveReportCategories(SecureDeleteLocations.GetReportFilePath());
     UpdateReportInfo();
 }