@Override
 public void delete(final Playlist playlist) {
   playlistDao.delete(playlist);
 }