public void Put([FromBody] Repository.Models.Events value) { try { _eventsServices.UpdateEvent(value); } catch (Exception ex) { throw ex; } }