public function addMember(IUser $user)
    {
        if (in_array($user, $this->getMembers()))
            return;