private void PlaySession()
 {
     PlaySessionWindow = new PlaySession(SelectedSessions.First());
     PlaySessionWindow.Show();
 }