public SearchResult <Album> getAllAlbum(string query) { return(searcher.getAlbuns(query)); }
public List <Album> getAllAlbum(string query, out SearchInfo info) { return(searcher.getAlbuns(query, out info)); }