public void AddContacts(IEnumerable <ClientContactNetwork> contactNetworks)
 {
     Networks.ToList().AddRange(contactNetworks);
 }