A question that has come to me now, based on this post: Building Customizable Menu in ASP.NET MVC
If I populate my MenuItem model when the user logs in, it will populate, for example, with the following "modules":
-Products
-Clients
-Users
I'd be making this Model "population" in my Login Controller . When I go to another action from another controller, for example the action Register of the controller Users , my MenuItem model will be emptied and I will have who popular it again, or will it continue to fill with modules already filled in?