private void BugSplat() { DebugWriteLine("Problem: Menu not showing"); BugsplatWindow solution = new BugsplatWindow(); solution.Show(); solution.Closed += ChildwindowClose; }