I have a partial view that I want to basically "take care of itself" and not have to pass it a preloaded Model from my parent view other than a single ID.
My partial view would then take the ID and load the relevant data from a db using code in the controller and pass it back to its view to display it.