//INITIALIZE
        public CreateNewProxyProfileForm(ProxyProfilesProcess ProxyProfilesProcess)
        {
            InitializeComponent();

            this.ProxyProfilesProcess = ProxyProfilesProcess;
        }
 //INITIALIZE
 public ProxySettingsProcess()
 {
     proxyProfilesProcess = new ProxyProfilesProcess();
 }