@using CD67.FicheCollege.MVC.Models @model TypeCollegeViewModel @{ ViewBag.Title = "Création"; Layout = "~/Views/Shared/_AdminLayout.cshtml"; TypeCollege typeCollege = Model.Obj; } @using (Html.BeginForm()) { @Html.AntiForgeryToken()