public function getAttributes()
 {
     $attrs = array('role' => 'panel');
     return array_merge(parent::getAttributes(), $attrs, $this->attributes);
 }