/**
  * Get the system brand options object.
  *
  * @return null|BrandOptions
  */
 protected function getSystemBrandOptions()
 {
     // Set up system brand service with user token
     $this->systemBrandService->setUserToken($this->getUser());
     return $this->systemBrandService->getSystemBrandOptions();
 }