public static function addRelatedModuleToSession($relationId, $header)
 {
     global $currentModule;
     $_SESSION['relatedlist'][$currentModule][$relationId] = $header;
     $start = RelatedListViewSession::getRequestStartPage();
     RelatedListViewSession::saveRelatedModuleStartPage($relationId, $start);
 }