private void btnHistoryDailyReport_Click(object sender, EventArgs e) { FormChartReport form = new FormChartReport(); form.ShowDialog(); }