public ActionResult Log()
 {
     return(View(MvcApplication.GetLogEvents()));
 }