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