public void setup()
        {
            var container = IoC.Initialize();
            ServiceLocator.SetLocatorProvider(() => new StructureMapServiceLocator(container));

            _dbSession = ServiceLocator.Current.GetInstance<ISessionWrapper>();
            _dbSession.BindToCurrentContext();
        }