private void _bWorkingWithBlackList_Click(object sender, EventArgs e) { Validation.WorkingWithBlackListServers form = new Validation.WorkingWithBlackListServers(this.Configuration); form.ShowDialog(); }