public void ShowCountryDetail() { if (FocusedEntity != null) { using (FormCountryRegions regionsForm = new FormCountryRegions()) { regionsForm.Entity = FocusedEntity; regionsForm.ShowDialog(); } } }