public ActionResult Index()
 {
     return(View(provider.GetRelatedEvents()));
 }
 // GET: RelatedEvents
 public ActionResult Index()
 {
     return(PartialView("~/Views/RelatedEvents/Index.cshtml", _provider.GetRelatedEvents()));
 }