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