public function __construct($idZapisnyList)
 {
     parent::__construct('ais.gui.vs.es.VSES212App', '&kodAplikacie=VSES212&idZapisnyList=' . $idZapisnyList);
 }
 public function __construct($idZapisnyList, $idStudium)
 {
     parent::__construct('ais.gui.vs.es.VSES007App', '&kodAplikacie=VSES007&idZapisnyList=' . $idZapisnyList . '&idStudium=' . $idStudium);
 }
 public function __construct()
 {
     parent::__construct('ais.gui.vs.es.VSES017App', '&kodAplikacie=VSES017');
 }