function showArticles()
{
    $articleModel = new articleModel();
    $article = $articleModel->getArticles();
    include 'view/viewHome.php';
}