partial void Insertcontact(contact instance);
private void detach_contacts(contact entity) { this.SendPropertyChanging(); entity.company = null; }
private void attach_contacts(contact entity) { this.SendPropertyChanging(); entity.company = this; }
partial void Deletecontact(contact instance);
partial void Updatecontact(contact instance);