private void btnExpenditure_Click(object sender, EventArgs e) { DailyExpenditure expenditure = new DailyExpenditure(); expenditure.ShowDialog(); }