private void btnWeekly_Click(object sender, EventArgs e) { weeklyReportCutting weeklyCutting = new weeklyReportCutting(); weeklyCutting.Show(); }