public async Task <IActionResult> BrowseAll()
 {
     return(Ok(await _participantService.BrowseAll()));
 }