function __construct($iYear, $iMonth)
 {
     parent::__construct($iYear, $iMonth);
 }
 function BxTemplCalendar($iYear, $iMonth)
 {
     parent::BxBaseCalendar($iYear, $iMonth);
 }