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