class="hidden"
} id="corespondent-form">
@Html.LabelFor(model => model.CorespondentStreet, new {@class = "label-form required" })
@Html.EditorFor(model => model.CorespondentStreet, new {htmlAttributes = new {@class = "form-control"}})
@Html.LabelFor(model => model.CorespondentHouse, new {@class = "label-form required" })
@Html.EditorFor(model => model.CorespondentHouse, new {htmlAttributes = new {@class = "form-control"}})
@Html.LabelFor(model => model.CorespondentFlat, new {@class = "label-form"})
@Html.EditorFor(model => model.CorespondentFlat, new {htmlAttributes = new {@class = "form-control"}})
@Html.LabelFor(model => model.CorespondentCity, new {@class = "label-form required" })
@Html.EditorFor(model => model.CorespondentCity, new {htmlAttributes = new {@class = "form-control"}})
@Html.LabelFor(model => model.CorespondentPostalCode, new {@class = "label-form required" })
@Html.EditorFor(model => model.CorespondentPostalCode, new {htmlAttributes = new {@class = "form-control", PlaceHolder = "__-___"}})
@Html.LabelFor(model => model.CorespondentCountry, new {@class = "label-form required" })
@Html.DropDownListFor(model=>model.CorespondentCountry,Model.Countries ,new { @class = "form-control" } )