private void button_invest_Click(object sender, EventArgs e) { Form_Project project = new Form_Project(); project.ShowDialog(); Reload(); }