@Override
 public Playlist findByPkey(final String playlistKey) {
   return playlistDao.fetchByPKey(playlistKey);
 }