public Allocator(Control control) { parentControl = control; scene = new PlaneScene(); Device.IsUsingEventHandlers = false; CreateDevice(); }