partial void DeleteGrupo(Grupo instance);
partial void UpdateGrupo(Grupo instance);
private void detach_Grupos(Grupo entity) { this.SendPropertyChanging(); entity.Trabajo = null; }
partial void InsertGrupo(Grupo instance);
private void attach_Grupos(Grupo entity) { this.SendPropertyChanging(); entity.Trabajo = this; }