beansMap.put("peripheral", peripheral);
beansMap.put("ram", ram);
beansMap.put("user", user);
beansMap.put("vendor", vendor);
ServiceUpdate update = new ServiceUpdate();
if(update.updateEquipment(beansMap)){
JOptionPane.showMessageDialog(this, "Update sucessfull...");
this.setVisible(false);
}else{
JOptionPane.showMessageDialog(this, "Error in the process");
this.setVisible(false);