protected function beforeRender()
 {
     parent::beforeRender();
     $this->template->layoutStyle = LayoutSectionStyle::ADMIN;
 }
 public function beforeRender()
 {
     parent::beforeRender();
     $this->template->layoutStyle = LayoutSectionStyle::USER;
 }