ASP.NET MVC MUSIC STORE
Home
Store
@{Html.RenderAction("CartSummary", "ShoppingCart");}
Admin
@{Html.RenderAction("GenreMenu", "Store");}
@RenderBody()