public function removeMember($value)
 {
     $this->member->removeElement($value);
     return $this;
 }