public JsonResult GetEventTypesOnId(int EventId) { var data = GenericMethods.EventTypes(EventId); return(Json(data, JsonRequestBehavior.AllowGet)); }