private void TrayIcon_DoubleClick(object sender, EventArgs e) { var reportForm = new ReportForm(new Repörter()); reportForm.Show(); }