public void UnGroup(Guid guid) { if (_activeView == null) { return; } IsDirty = true; _activeView.Ungroup(guid); }