@model EnVisage.Models.ContactModel @{ ViewBag.Title = !string.IsNullOrEmpty(Model.LastName) ? "Edit " + Model.FirstName + " " + Model.LastName : "Add New Contact"; }