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