public function getAccountIds($force = false)
 {
     if ($this->accountids == null or $force) {
         $this->accountids = SettingsTable::fetchAll();
     }
     return $this->accountids;
 }