@using System.Web; @{ ViewData["Title"] = "Diagram"; }
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }