@model NewsItemModel @{ //page title ViewBag.Title = T("Admin.ContentManagement.News.NewsItems.AddNew").Text; } @using (Html.BeginForm()) {