company.setUserLogin(userLogin);
company.setUserPassword(userPassword);
try {
companyService.update(company);
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
req.setAttribute("refreshTableFunction", "refreshCompanyTabele");