I have a Relation in Models\User has one Models\UsersGroup everything goes ok except if i want to delete the relation; may be i want to unset the User from a group an if i simply set $user->fkUsersGroup to NULL it doesnot change (repeat evereything it's ok since i can edit the relation etc etc)