private void PlayTrackFromPlaylistImpl(TrackModel model)
 {
     _service.PlayFromPlaylist(CurrentPlaylist.Model, SelectedTrack);
 }