private void qv_SouraSoundClick(Soura rSoura) { lstPlayList.Clear(); for (int i = 0; i < rSoura.AyasCount; i++) { lstPlayList.Add(rSoura.Ayas[i].ID); } // Save the name of the soura to display it later lblnowplaying.Tag = rSoura.Name; playStart(); }