public IEnumerable <Hero> Get(int page = 1, int max = 1000) { return(_repository.All(page, max).ToList()); }