public void SendFirstTurn(GameCoreController.GameTurnState turn)
 {
     rpcController.SendFirstTurn(turn);
 }