private void ResetGame()
 {
     _timer.Reset();
     _ghostManager.ResetGhosts();
     pacman.ResetPacman();
 }