public async Task <IActionResult> SaveEvent([FromBody] CEvent model) { return(Json(await reo.SaveEvent(model))); }