public bool CheckIfNodeIsFree(Game game, int mapNodeId) { return(nodeCtr.CheckIfNodeIsFree(game, mapNodeId)); }