private void detach_HISTORIAL(HISTORIAL entity)
 {
     this.SendPropertyChanging();
     entity.PACIENTE = null;
 }
 partial void UpdateHISTORIAL(HISTORIAL instance);
 partial void DeleteHISTORIAL(HISTORIAL instance);
 partial void InsertHISTORIAL(HISTORIAL instance);