private bool FilterTreatments(global::LightSwitchApplication.Implementation.Treatment entity)
 {
     return(global::System.Object.Equals(entity.Treatment_Patient, this.Id));
 }
 private void DetachTreatments(global::LightSwitchApplication.Implementation.Treatment entity)
 {
     entity.Patient = null;
 }