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