What is the correct way to LOAD Station Files with RS SDK c#

Dear all,
I would like to load a RobotStudio station from a file that I specify through my Addin.
I am using the method:
Station newStation = Station.Load(fileName,progNotify,fileNotFound, false)
The progNotify delegate shows me that the Loading terminates without error (progress=1.0), however, in robot studio nothing seems to happen as, at the end of the loading process, the graphic view is empty and there are no rapid modules or controller.
I have also tried to execute: Station.UpdateGraphics(true) but with no success.
May I know if RobotStudio SDK have a bug in the Load function or what is the proper way to load a station file?
Thanks and Regards,
Tagged: