private void BTFans_Click(object sender, EventArgs e) { var form = new FansForm(); form.ShowDialog(); }