/**
  * @depends testAddOrg
  */
 public function testFindOrgs($Organisation)
 {
     $Orgs = new Base();
     $Orgs->search($Organisation->name);
     $Orgs->getOrganisations();
 }