public void finish()
 {
     FrmMain lft = new FrmMain();
     lft.Updatetext();
     FrmTool lft1 = new FrmTool();
     lft1.Close();
 }