public void Replace()
 {
     rf = new ReplaseForm(sa, FindNext, MakeReplace, ReplaseAll);
     rf.Show();
 }