public function getFields()
 {
     return array_merge(parent::getFields(), array('productos_id' => 'Number', 'producto_id' => 'ForeignKey'));
 }