Private/Navigation/Get-JCNavBarLinks.ps1

function Get-JCNavBarLinks ()
{
    Return @(
        (New-UDLink -Text "Users" -Url "../SystemUsers"),
        (New-UDLink -Text "Systems" -Url "../Systems")
    )
}