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

@SR["Create"]

Client


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