public function __construct()
 {
     $this->_title = $this->__('My Price Subscriptions');
     $this->_type = "price";
     parent::__construct();
 }
 public function __construct()
 {
     $this->_title = $this->__('My Stock Subscriptions');
     $this->_type = "stock";
     parent::__construct();
 }