/// <summary>
 /// Adds the type of the edit payment.
 /// </summary>
 /// <param name="paymentType">Type of the payment.</param>
 /// <returns></returns>
 public override long AddEditPaymentType(PaymentTypeBase paymentType)
 {
     return(_paymentTypeStopLossRepository.AddEditPaymentTypeStopLoss((PaymentTypeStopLoss)paymentType));
 }