JOptionPane.showMessageDialog(this, "Successfully saved event " + type);
val=val-fee;
if(val>0){
DataAttendance att=new DataAttendance();
att.discountEventFee(id, val, adminID);
}
this.dispose();
} else{
JOptionPane.showMessageDialog(this, "Error!");
}