/**
  * Destructor.
  */
 public function __destruct()
 {
     $this->problem = NULL;
     $this->pan = NULL;
     parent::__destruct();
 }