private void AvatarInBoxes_Detach(AvatarInBox entity)
 {
     this.SendPropertyChanging();
     entity.Avatar = null;
 }
 private void AvatarInBoxes_Attach(AvatarInBox entity)
 {
     this.SendPropertyChanging();
     entity.Avatar = this;
 }