private void detach_ClientLocationCards(ClientLocationCard entity)
 {
     this.SendPropertyChanging("ClientLocationCards");
     entity.RbLocationCardType = null;
 }
 private void attach_ClientLocationCards(ClientLocationCard entity)
 {
     this.SendPropertyChanging("ClientLocationCards");
     entity.Client = this;
 }