protected void ReStartApplication() {
Thread.Sleep(2000);
Process.Start(this.GetType().Assembly.Location);
Application.Exit(); }