function publish()
 {
     $this->setAttribute('status', eZNewsletterType::StatusPublished);
     $this->store();
     eZNewsletterTypeSubscription::publish($this->attribute('id'));
     $this->removeDraft();
 }