private void detach_FILIALs(FILIAL entity)
 {
     this.SendPropertyChanging();
     entity.EMPRESA = null;
 }
 private void attach_FILIALs(FILIAL entity)
 {
     this.SendPropertyChanging();
     entity.EMPRESA = this;
 }
 partial void UpdateFILIAL(FILIAL instance);
 partial void DeleteFILIAL(FILIAL instance);
 partial void InsertFILIAL(FILIAL instance);