@Override
 public List<Playlist> getAll(final Account account) {
   return playlistDao.getAll(account);
 }