public void saveContainerType(ContainerType stock) throws Exception {
   containerTypeDAO.saveContainerType(stock);
   refresh = true;
 }