private void detach_RelGrupoUsuarios(RelGrupoUsuario entity)
 {
     this.SendPropertyChanging();
     entity.GrupoUsuario = null;
 }
 partial void DeleteRelGrupoUsuario(RelGrupoUsuario instance);
 partial void InsertRelGrupoUsuario(RelGrupoUsuario instance);
 partial void UpdateRelGrupoUsuario(RelGrupoUsuario instance);
 private void attach_RelGrupoUsuarios(RelGrupoUsuario entity)
 {
     this.SendPropertyChanging();
     entity.Usuario = this;
 }