public function addMember($value)
 {
     $this->member->add($value);
     return $this;
 }