private void btnPrintShopCopies_Click(object sender, RibbonControlEventArgs e) { Print print1 = new Print(); print1.PrintShopCopies(); }