function __construct()
 {
     parent::__construct();
     $this->verb = 'sent';
     $this->type = 'QuoteSent';
 }
 function __construct()
 {
     parent::__construct();
     $this->verb = 'open';
     $this->type = 'QuotationOpen';
 }