public function __destruct()
 {
     parent::__destruct();
     echo "A new detructor in" . __CLASS__ . ".<br />";
 }