public ICollection <Navigation> GetAllWithoutPagination()
 {
     return(_navigationRepository.GetAll().ToList());
 }