function AdminDeleteComment($id)
{
    $result = ModelFacade::AdminDeleteComment($id);
    header("Location: " . $_SERVER['HTTP_REFERER']);
}