private void Rb_MouseEnter(object sender, MouseEventArgs e)
 {
     if (autoPlay.IsNotNull())
     {
         autoPlay.Stop();
     }
 }