System.Diagnostics.Process aa = new System.Diagnostics.Process();
aa.StartInfo.FileName = @"D:/netForm/netForm/netForm/bin/Debug/netForm.exe";
aa.Start();
aa.StartInfo.FileName = @"D:/netForm/netForm/netForm/bin/Debug/netForm.exe";
aa.Start();