System.Diagnostics.Process p = new System.Diagnostics.Process();
p.StartInfo.FileName = "www.barnamenevis.org";
p.Start();