public VideoControl()
 {
     InitializeComponent();
     captureManager = VideoCaptureManager.Instance;
     this.DataContext = captureManager;
 }
 public VideoControl()
 {
     InitializeComponent();
     captureManager   = VideoCaptureManager.Instance;
     this.DataContext = captureManager;
 }