private WebTaxonCountyOccurrence GetCountyOccurrence(Boolean refresh)
 {
     if (_countyOccurrence.IsNull() || refresh)
     {
         _countyOccurrence = SpeciesFactManagerTest.GetOneTaxonCountyOccurrence(GetContext());
     }
     return(_countyOccurrence);
 }
 public WebTaxonCountyOccurrenceTest()
 {
     _countyOccurrence = null;
 }