private void buttonConfirmMode_Click(object sender, EventArgs e) { var scanId = DirectoryScanner.LastScanId(); this.comparisonService = new ConfirmationService(scanId); PresentNext(); }