public async Task <IActionResult> GetRegionsAndComps() { var r = await _eventService.GetRegComp(); return(Ok(r)); }