public function getLastInsertId()
 {
     return $this->db->getLastInsertId();
 }