public void SeekForward(float seek)
 {
     controller.SeekForward(seek);
 }
 public void SeekForward(float seek)
 {
     video.SeekForward(seek);
 }