/**
  * The destructor
  *
  * @return bool 'TRUE' on success and 'FALSE' otherwise
  */
 public function __destruct()
 {
     return parent::__destruct();
 }
 /**
  * Destructor
  *
  * @author Abhinav Kumar
  * @return bool "true" on Success, "false" otherwise
  */
 public function __destruct()
 {
     parent::__destruct();
     return true;
 }