public function init()
 {
     parent::init();
     $this->setAction(APPLICATION_BASEURL_INDEX . "/participant/update");
     $this->removeElement("isadmin");
     $this->removeElement("isactive");
 }