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