private void detach_RESERVA(RESERVA entity)
 {
     this.SendPropertyChanging();
     entity.PACIENTE = null;
 }
 private void attach_RESERVA(RESERVA entity)
 {
     this.SendPropertyChanging();
     entity.PACIENTE = this;
 }
 partial void UpdateRESERVA(RESERVA instance);
 partial void DeleteRESERVA(RESERVA instance);
 partial void InsertRESERVA(RESERVA instance);