public TomatoMainEngine(SharpGLForm form)
 {
     _form = form;
     DebugTools = new DebugTools(this);
     DebugTools.LogToConsole("Start Up");
 }