void HighlightUpperMenu(Command command) { switch (command) { case Command.Down: UpperDownMenuElement.Highlight(); break; case Command.Left: UpperLeftMenuElement.Highlight(); break; case Command.Right: UpperRightMenuElement.Highlight(); break; } }