partial void DeletetheORDER(theORDER instance);
 partial void InserttheORDER(theORDER instance);
 partial void UpdatetheORDER(theORDER instance);
 private void detach_theORDERs(theORDER entity)
 {
     this.SendPropertyChanging();
     entity.Customer = null;
 }