private void mlink_reports_Click(object sender, EventArgs e) { InventoryReport report = new InventoryReport(); report.ShowDialog(); }