void System.IDisposable.Dispose()
 {
     ProductFeature.FeatureTearDown();
 }
 public FixtureData()
 {
     ProductFeature.FeatureSetup();
 }