function __construct($sType, $iAlbum = 0)
 {
     parent::__construct($sType, $iAlbum);
 }
 function BxTemplAlbumForm($sType, $iAlbum = 0)
 {
     parent::BxBaseAlbumForm($sType, $iAlbum);
 }