public bool AddRent(long customerId, CustomerRentInfo rentedData)
 {
     return(cacheMemoryService.AddRent(customerId, rentedData));
 }