@{ Layout = "~/Views/Shared/_FunctionLayout.cshtml"; } @model IEnumerable<GreenTree.Nachtragsmanagement.Web.Models.Admin.User.UserDataModel> @Html.Partial("~/Views/Admin/Users/_UserGridPartial.cshtml", Model)