@using WeApp.Views.Shared.Camp @{ Layout = "~/Views/Shared/Layout/_Layout.Stu.cshtml"; SelectCampModel selectModel = ViewBag.Select; ViewBag.Title = selectModel.PageTitle; } @Html.Partial("Camp/_SelectCampV2", selectModel)