function __construct( $row )
 {
     parent::__construct( $row );
     
     $condition = array(
         'id' => $this->attribute('taxonomy_category_id'),
     );
     $this->taxonomyCategory = TaxonomyCategory::fetchObject( TaxonomyCategory::definition(), null, $condition );    
 }