Hi Zoran,
There are two options to call the super save event of CL class.
Either you can copy paste the code in the redefined save event from the save event of super cl class.
Or you can call the super class save event in the redefined event. If you will not call the Super cl class event in the redefined event then it would not call the CL class event code and only redefined code would be called.
if you want to call super class event code as well then I would recommend you to use the Second option.
Thanks
Kumar Gaurav.