public void Stop()
 {
     _isPlaying = false;
     _icon.AbortAnimation("RotateTo");
 }