private void detachDebut(Debut team) { NotifyPropertyChanging("Debut"); team.Profile = null; }
private void attachDebut(Debut team) { NotifyPropertyChanging("Debut"); team.Profile = this; }