@Html.TitleForPage(T("Add Widget").ToString())

@using (Html.BeginFormAntiForgeryPost()) { @Html.ValidationSummary() @Display(Model) }