in AdventureWorksMVC/Controllers/SiteLayoutController.cs [26:31]
public ActionResult FooterLayout()
{
SiteLayoutModel Footer = new SiteLayoutModel();
Footer.ProductCategories = CategoryManager.GetMainCategories();
return View(Footer);
}