public static function show()
 {
     $_SESSION['headertitle'] = "RobotData details";
     $_SESSION['styles'] = array('site.css');
     MasterView::showHeader();
     RobotDataView::showDetails();
     MasterView::showFooter();
     MasterView::showPageEnd();
 }