protected override void OnStartup(StartupEventArgs e) { NinjectHelper.CreateKernel(); var connectionString = System.Configuration.ConfigurationManager.ConnectionStrings["RutherfordEntities"].ConnectionString; NinjectHelper.Kernel.Load(new Rutherford.Service.NinjectModules.ServiceModule(connectionString)); NinjectHelper.Kernel.Load(new Rutherford.Client.NinjectModules.WpfModule()); base.OnStartup(e); }