protected void UpdateCurrentSubdivision(int dropdownValue) { CurrentSubdivision = Subdivision.GetByIndex(dropdownValue); Editor.SetDirty(); }