{controller}/{action} + {controller}/{id}:
How can I make the routing pattern distinguish between the 2?
The first one should link to Home/Dealers (Home-controller, Dealer-action)
The second should link to Store/Audio (Store-controller, Audio = parameter)