public void SetActive(Guid id) { var county = _countyRepository.GetById(id); _countyRepository.SetActive(county); }