private void DetachLabs(global::LightSwitchApplication.Implementation.Lab entity)
 {
     entity.Person = null;
 }
 private bool FilterLabs(global::LightSwitchApplication.Implementation.Lab entity)
 {
     return(global::System.Object.Equals(entity.Person_Lab, this.Id));
 }
 private void AttachLabs(global::LightSwitchApplication.Implementation.Lab entity)
 {
     entity.Person = this;
 }