/**
  * Get all Quotations
  * @return arrat
  */
 public function all()
 {
     $handles = $this->client->Quotation_GetAll()->Quotation_GetAllResult->QuotationHandle;
     return $this->getArrayFromHandles($handles);
 }