public void Dispose()
 {
     TyreKlickerContextFactory.Destroy(Context);
 }
 public QueryTestFixture()
 {
     Context = TyreKlickerContextFactory.Create();
     Mapper  = AutoMapperFactory.Create();
 }