@using ApacKernel @using ApacKernel.Web.MVC @using Now.Entities @using Now.Web.Models @{ ViewBag.Title = "Revenue - Overview"; Layout = "~/Views/Shared/_LayoutMaster.cshtml"; } @section ServiceSection {
@Html.InputPartialView("_Switcher", @ViewBag.FilterOptions as List)
}