/**
  * Return the published insurance companies.
  * @return array
  */
 public function company()
 {
     return InsuranceCompany::published();
 }