public void ShowNextTrack()
 {
     if (PhotonManager)
     {
         PhotonManager.nextTrackImage();
     }
 }