/**
  * Get Current Element
  *
  * @author WN
  * @return \stdClass
  */
 public function current()
 {
     return parent::current();
 }