I have two entities: Client and Manager. Code for them is:
public partial class Manager { public Manager() { this.Clients = new HashSet&