public bool DoesPaymentMethodExist(int id)
 {
     return(_paymentMethodRepository.Exists(id));
 }