private void addAllPlayedSongsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PlayerControl.AddAllPlayedSongsToFavorites();
 }