@Override
 public Playlist get(final String id) {
   return playlistDao.get(id);
 }