I have a partial empty Razor view that does not depend on any entity in my class model. I want to put two drodpowns with a button for each one that allows you to add records. For this, I will need a controller. How do I bind a controller to an empty partial view Razor that is not associated with any class?