function loadGroupRefsBack()
 {
     $where = array("discipline_id" => "= '{$this->discipline_id}'");
     $this->_ref_users = new CMediusers();
     $this->_ref_users = $this->_ref_users->loadGroupList($where);
 }