public void updateSelectionName(IMusicSelection selection, String newName) {
   persister.updateSelectionName(selection, newName);
 }