public void ChangeSceneCommand(CommandTerminal.CommandArg[] args)
 {
     scenesController.ChangeScene(args[0].String);
 }