public void removeLibrary(String name) {
   libaryPersister.removeLibrary(db, name);
   db.commit();
 }