protected override void OnClosing(System.ComponentModel.CancelEventArgs e)
        {
            ModuleClient window = new ModuleClient();

            window.Show();
        }