function __construct($view, $author)
 {
     parent::__construct($view);
     $this->mAuthor = $author;
 }
 function __construct($view, $status)
 {
     parent::__construct($view);
     $this->mStatus = $status;
 }
 function __construct($view, $tag)
 {
     parent::__construct($view);
     $this->mTag = $tag;
 }