In my MVC app the controller gets the data (model) from an external API (so there is no model class being used) and passes that to the view. The data (model) has a container
I tried lashrah's answer and it worked after changing syntax a little bit. this is what worked for me:
@( ((HomeController)this.ViewContext.Controller).Method1(); )