/**
  * Return all price groups
  * @return array
  */
 public function all()
 {
     return $this->client->PriceGroup_GetAll()->PriceGroup_GetAllResult->PriceGroupHandle;
 }