public ILibrary[] getAllLibraries() {
   return libaryPersister.getAllLibraries(db);
 }