public function index()
 {
     $participants = User::participants()->get();
     return $participants;
 }