public function onClickEditMenu($id)
 {
     $OPF_profiles = new OPF_profiles();
     $this->assign('content1', 'innerHTML', $OPF_profiles->getFormSetProfile($id));
     $this->clear('content2', 'innerHTML');
     return $this->response;
 }