public Bitmap TakeSnapshot()
 {
     return(VideoPlayerInstance.TakeSnapshot());
 }
 public void TakeSnapshot(string dst)
 {
     VideoPlayerInstance.TakeSnapshot(dst);
 }