private void Start()
 {
     gameBoardManager.StartGame(GameConfiguration.investigators.ToArray());
 }