private void StartGame()
 {
     _isRun = true;
     _systemController.Start();
 }