private void btnEndInsertion_Click(object sender, System.EventArgs e) { try { _printer.EndInsertion(); } catch (Exception ae) { ShowException(ae); } }