public static void RemoveProfile(NetworkInterfaceProfileInfo profile)
 {
     Profiles.Remove(profile);
 }
 public static void AddProfile(NetworkInterfaceProfileInfo profile)
 {
     Profiles.Add(profile);
 }