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