@using (Html.BeginForm("Edit", "DomesticDeliveryService", FormMethod.Post, new { @class = "form form-horizontal", enctype = "multipart/form-data", role = "form" }))
{
@Html.AntiForgeryToken()
@Html.HiddenFor(m => m.Id)
@Html.HiddenFor(m => m.logo)
@Html.ValidationSummary(true, "", new { @class = "text-danger" })
}