User and Domain. When I want to insert a new Domain to the database an exception will occur, because the User related to it is not tracked.domain.User = userRepo.FindUser(userId)extraClass.AttachToDbContext(new User(userId)) - no extra query performed (User already exists in the database)