Form f1=new Form();f1.Show();
using(BufferAnalysisForm form = new BufferAnalysisForm()){ form.ShowDialog(this);}