function doPreview()
 {
     if (!($this->item = lmbCmsTextBlock::findOneByIdentifier($this->request->get('id')))) {
         $this->forwardTo404();
     }
 }