public static function show()
 {
     MasterView::showHeader(null);
     MasterView::showNav();
     HomeView::showContent();
     MasterView::showFooter(null);
 }