public void ShowPreviousTrack()
 {
     if (PhotonManager)
     {
         PhotonManager.previousTrackImage();
     }
 }