@model EditTeacherModel
@Html.EditorForModel()
@section scripts{
@(await Html.PartialAsync("_Script"))
}