public void LoadBindings(NinjectModule module)
 {
     module.Rebind<ILastReadPostDataProvider>().To<LastReadPostDataProvider>().InSingletonScope();
     module.Rebind<ILastReadPostLogic>().To<LastReadPost>().InSingletonScope();
     module.Rebind<ILastReadPostScriptedFragment>().To<LastReadPostScriptedFragment>().InSingletonScope(); 
 }
 public void LoadBindings(NinjectModule module)
 {
     module.Rebind<IContentLogic>().To<ContentLogic>().InSingletonScope();
 }