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