/**
  * @see \common\service\interfaces\ICommonService::rollback()
  */
 public function rollback()
 {
     $this->modelDao->rollback();
 }