public class ApplicationUser : IdentityUser { public ICollection Profiles { get; set; } }
I have a collection of Profiles. Unfort