private void OpenBotsScreen(MyGuiControlButton obj)
 {
     var botSettingsScreen = new MyGuiScreenBotSettings();
     MyGuiSandbox.AddScreen(botSettingsScreen);
 }
        private void OpenBotsScreen(MyGuiControlButton obj)
        {
            var botSettingsScreen = new MyGuiScreenBotSettings();

            MyGuiSandbox.AddScreen(botSettingsScreen);
        }