Optimization-as-a-Service
@Html.Partial("_LogOnPartial")
@Html.ActionLink("Home", "Index", "Home")
@Html.ActionLink("Experiment", "Index", "Experiment")
@Html.ActionLink("Admin", "Index", "Admin")
@Html.ActionLink("About", "About", "Home")
@RenderSection("submenu", required: false)
@RenderBody()