public void SetPreviousSong()
 {
     CurrentSong = SongsService.GetPreviousSong(this);
 }
 public void SetNextSong()
 {
     CurrentSong = SongsService.GetNextSong(this);
 }