private void updateLibrary() {
   libraryDeletionService.updateLibrary();
   libraryAdditionService.updateLibrary();
 }