public function removeTag($tag = null, $type = 'default')
 {
     return TagModel::removeTag($this, $tag, $type);
 }