protected void removeFromPlaylist(VideoInfo video, string playlistUri) { if (CheckUsernameAndPassword()) { Login(); YouTubeEntry entry = ((MyYouTubeEntry)video.Other).YouTubeEntry; service.Delete(entry); } }