public void ToggleMute()
 {
     _vlcPlayer.ToggleMute();
 }