/**
  * Returns the last inserted ID
  * @return <type>
  */
 public function lastInsertId()
 {
     return $this->_dbh->lastInsertId();
 }