private bool FilterSpecificLabsCollection(global::LightSwitchApplication.Implementation.SpecificLabs entity)
 {
     return(global::System.Object.Equals(entity.SpecificLabs_Patient, this.Id));
 }
 private void DetachSpecificLabsCollection(global::LightSwitchApplication.Implementation.SpecificLabs entity)
 {
     entity.Patient = null;
 }