public IEnumerable <Trail> GetAllInCollection()
        {
            var result = _repo.GetAllInCollection();

            return(result);
        }