public void HideAutoPlay()
 {
     if (playerForm != null)
     {
         playerForm.HideNextButton();
     }
 }