public function rollback()
 {
     $this->inTransaction = false;
     parent::rollback();
 }