@Html.LabelFor(model => model.ID_TYPE_ETABLISSEMENT, "TYPE D'ETABLISSEMENT", htmlAttributes: new { @class = "control-label " })
@Html.DropDownList("ID_TYPE_ETABLISSEMENT", null, htmlAttributes: new { @class = "form-control ", @id = "kt_select2_7" })
@Html.ValidationMessageFor(model => model.ID_TYPE_ETABLISSEMENT, "", new { @class = "text-danger" })