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