protected override void OnDraw(FrameEventArgs e) { _controlManager.Draw(); _text.Draw(); _triangle.Draw(); _rectangle.Draw(); }