I am using ModelAdmin to manage a dataObject called $Car
Each $Car can have one $Driver
There are thousands of drivers to choose from!
When I create a new $Car I want to be able to search the db of drivers and select one to assign it to the car. How do I do that?