@using ApacSale.Web.MVC @using Now.Entities @model IEnumerable @{ ViewBag.Title = "Location Numbers"; Layout = "~/Views/Shared/_LayoutMaster.cshtml"; } @*@section topMenu { @Html.ActionLink("Statistics", "Statistics", new {controller = "Consolidation", action = "Statistics", interval = "week"}, new {@class = "top-menu-link"}) }*@