$find = $c->organizationService()->searchOrganization('org');
foreach ($find as $result)
    printf('<br>Organization Found: %s', $result->id);