@if(ViewData["PrimaryConnectionMessage"] != null && !String.IsNullOrEmpty(ViewData["PrimaryConnectionMessage"].ToString())) {
@Html.DisplayNameFor(model => model.PrimaryServerType):
@Html.DropDownList("PrimaryServerType", (IEnumerable)ViewData["PrimaryServerTypeList"], "", new { @class = "form-control" })