public void ExecuteCommand(string code)
 {
     _engine.ExecuteCommand(code);
 }