public function GetConnection()
 {
     $this->dataset->Connect();
     return $this->dataset->GetConnection();
 }