protected function _build_content()
 {
     parent::_build_content();
     $this->_content = Form::submit($this->get('name'), $this->get('title'), $this->attributes()->as_array());
 }