public void DeleteSelectedObjects() { StoredCommands sc = new StoredCommands(); sc.AppendSceneCommand_DeleteSelectedObjects(); ExecuteCommands(sc); }