@using (Html.BeginForm("EditValidation", "FACTUREPHARMACIES", FormMethod.Post, new { enctype = "multipart/form-data" }))
{
@Html.AntiForgeryToken()
@Html.LabelFor(model => model.STATUT, "VOTRE AVIS", htmlAttributes: new { @class = "control-label " })
}