public function actionDel()
 {
     $p = CCorriculumsManager::getPractice(CRequest::getInt("id"));
     $c = $p->corriculum_id;
     $p->remove();
     $this->redirect("index.php?action=edit&id=" . $c);
 }