private void ChooseSongFile(object sender, EventArgs e)
 {
     PlaylistBuilder.ChooseMusicFile(openFileDialog1, comboBox1, playlist);
 }