public ActionResult Index() { var notices = NoticeProvider.GetNotices(); NoticeProvider.ClearNotices(); return(PartialView(ViewNames.IndexPartial, new NoticeViewModel(notices))); }