public ActionResult GetCodingEvents()
 {
     return(Ok(_publicAccessService.GetAllCodingEvents()));
 }