public void AcceptBy(User user)
 {
     State.AcceptBy(user, this);
 }