private void ProjectsButton_Click(object sender, EventArgs e) { var form = new ProjectsForm(); form.Show(this); }