public IEnumerable <Laptop> GetLaptopsPaging(int page, int pageSize) { return(laptopRepository.GetPaged(page, pageSize)); }