private void RenderTick(object sender, PaintEventArgs e)
        {
            ClearBuffers();
            GL.Enable(EnableCap.DepthTest);

            Editor.DisplayEditor();

            this.GLControl.SwapBuffers();
            this.GLControl.Invalidate();
        }