private void printDocument1_PrintPage(object sender, PrintPageEventArgs e)
 {
     garbageBagLabel.print(e, code);
 }