I have an entity called User which can have a list of other Users called Friends (kinda like Facebook).
In my User entity, I\'ve delcared a public virtual IList Friends
Remove Inverse() call