I'm new to MVC and need to make a dynamic menu, but I do not think the solution (web forms was easier rs). I have 3 models (Menu, SubMenu1 and SubMenu2) I need to go through these objects and go mounting the html in the view, but the typed view only accepts an object and even if I do with ViewBag it does not work because I have to go through the Submenu1 with the id I have a webform that I want to add to the list, but I do not know how to do it. / p>