@model Client @{ ViewData["Title"] = "Edit"; }

@SR["Edit"]

Client


@Html.DropDownList("Type")
@SR["Back to List"]