private function saveConfigMatrixObject()
 {
     global $ilUser, $ilCtrl;
     require_once 'Services/Notifications/classes/class.ilNotificationDatabaseHelper.php';
     ilNotificationDatabaseHandler::setUserConfig(-1, $_REQUEST['notification'] ? $_REQUEST['notification'] : array());
     $this->showConfigMatrixObject();
 }