public CaptureManager(CaptureSurface surface) { _shape = new CaptureShape(); _surface = surface; _surface.SetManager(this); }