public function getOrganisations()
 {
     return Organisations::findBySql("SELECT uid, label FROM organisations");
 }