protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); b = new SideBootstrapper(); b.Run(); }