The Bind method is used to bind the Menu to the Model. Note that the MVC Menu can only be bound to hierarchal data sources, and as such, a Model object passed to the Bind method must support the IHierarchicalEnumerable interface or IHierarchicalNodeProvider interface.
This demo show use Norwind sample database and binding the menu to category and production data.