}
public void activate() throws BasicException {
// Load the taxes logic
taxeslogic = new TaxesLogic(taxsent.list());
m_CategoryModel = new ComboBoxValModel(m_sentcat.list());
m_jCategory.setModel(m_CategoryModel);
taxcatmodel = new ComboBoxValModel(taxcatsent.list());