public JsonResult GetEventById(int Id)
 {
     return(Json(MS.GetEventById(Id), JsonRequestBehavior.AllowGet));
 }