public void Find()
 {
     sf = new SearchForm(sa, FindNext);
     sf.Show();
 }