protected virtual void btn_next_Click(object sender, RoutedEventArgs e) { PlayList.Refresh(Items.OfType <SongViewModel>()); Mp3Player.Next(); }