public PagedList <Equipo> GetPagedList(int page = 0, int limit = 10) { return(_equipoRepository.GetPagedList(page, limit)); }