@await Html.PartialAsync("/Views/Shared/_Menu.cshtml")
@RenderBody()
@await RenderSectionAsync("Scripts", required: false) @await Html.PartialAsync("/Views/Shared/_Footer.cshtml")