public PartialViewResult Get()
 {
     return(PartialView(_navLinksService.GetNavLinks()));
 }