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