public void Dispose()
 {
     StudioDBContextFactory.Destroy(this.context);
 }
 public QueryTestFixture()
 {
     context = StudioDBContextFactory.Create();
     mapper  = AutoMapperFactory.Create();
 }