public ShoppingCart AddCart() { try { return(_salesRepository.AddCart(_CartValidationHours)); } catch (Exception) { throw; } }