private void detach_Dealers(Dealer entity)
 {
     this.SendPropertyChanging("Dealers");
     entity.Dealer1 = null;
 }
 private void attach_Dealers(Dealer entity)
 {
     this.SendPropertyChanging("Dealers");
     entity.Dealer1 = this;
 }