/**
  * Returns the first element
  * @see EzCatalogoWsdlClass::first()
  * @return EzCatalogoStructProduto
  */
 public function first()
 {
     return parent::first();
 }