private void ButtonColorProfile_Click(object sender, EventArgs e) { using (var colorProfile = new ColorProfile(_instagramClient)) { colorProfile.ShowDialog(); } }