/// <summary>
 /// Adds the selected song (from Selected) to the playlist.
 /// </summary>
 public void AddSelectedToPlaylist()
 {
     _playlist.AddMedia(Selected);
 }