ApplicationContext appContext = new ClassPathXmlApplicationContext("spring/config/BeanLocations.xml");
CreateInternalAccountBO createInternalAccountBO = (CreateInternalAccountBO)appContext.getBean("createInternalAccountBO");
createInternalAccountBO.save(createInternalAccount);
return new ModelAndView("internalAccountSuccess");
}
// Internal User Account Functionalities.