private void btnYearly_Click(object sender, EventArgs e) { YearlyReport yearlyreport = new YearlyReport(); yearlyreport.Show(); }