public function preDelete(PropelPDO $con = null)
 {
     parent::preDelete($con);
     $this->setTitle('foo');
     return false;
 }