private void RenderTableDetail(IGame game) { foreach (var baseTable in game.BaseTables().OrderBy(x => x.Name)) { RenderTable(baseTable); } }