public IQueryable <Rol> GetAll(FilterParameters <Rol> parameters) { return(_rolRepository.FindAllPaging(parameters)); }