public async Task <ActionResult <IEnumerable <NavigationInfo> > > FindAll()
 {
     return(Ok(await _navigationRepository.FindAll()));
 }