public void ToggleVideoPlayback()
 {
     controller.TogglePlayback();
 }
 public void ToggleVideoPlayback()
 {
     video.TogglePlayback();
 }