@* @using (Html.BeginForm("AddDestinazione", "AddDestinazione", FormMethod.Post))
{ *@
@*
Seleziona il Committente: @Html.DropDownListFor(x => x.Picommit, (IEnumerable)ViewBag.Commit, new { @id = "ddlCommittenti", @class = "agy-form-field require" }) *@
@* @Html.DropDownList("Committente", ViewBag.Committente, null, new { @class = "agy-form-field require" }) *@
@*
Seleziona una sede: @Html.DropDownListFor(x => x.Pidesdiv, new List(), "Seleziona sede", new { @id = "ddlSediCons", @class = "agy-form-field require" }) *@
@* @Html.DropDownList("Sede", ViewBag.Sede, null, new {class = "agy-form-field require"}) *@
@*
*@
@* } *@