public String execute() throws Exception {
   IEmpTypeBO bo = (IEmpTypeBO) SpringBeanFactory.getBean("emptypeBO");
   this.emptypeList = bo.FindAllEmpType();
   return "success";
 }