public void TestInit()
 {
     _store = new Data.Store();
 }
 public GeoDataService()
 {
     _store = new Store();
 }