public function setTags(array $tags, $type = 'default')
 {
     return TagModel::setTags($this, $tags, $type);
 }