/// <summary>
 /// Gets the type of the payment.
 /// </summary>
 /// <param name="paymentType">Type of the payment.</param>
 /// <returns></returns>
 public override PaymentTypeBase GetPaymentType(PaymentTypeBase paymentType)
 {
     return(_paymentTypeStopLossRepository.GetPaymentTypeStopLoss((PaymentTypeStopLoss)paymentType));
 }