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