public void AfterEach()
 {
     cityInfoOWr = null;
 }
 public void BeforeEach()
 {
     cityInfoOWr = new CityInfoOW();
 }