private void MainScreen_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     printer.UnloadPrinter();
 }