public HighlightedMap(Map map) { _commands = new PlayerCommands(this); _mouseHandler = new MouseClickHandler(x => _commands.Select(x)); _map = map; }