public List <RentItems> GetProducts()
 {
     return(cacheMemoryService.GetProducts());
 }