public Entities.GameRound Execute(Int32 gameID, Entities.User commander) { return _insertGameRound.Execute(gameID, commander); }