function __construct(Frame $frame)
 {
     parent::__construct($frame);
 }
 function __construct(Block_Frame_Decorator $frame)
 {
     parent::__construct($frame);
 }