public bool DeletePaymentMethodById(int Id)
 {
     return(paymentInterface.DeletePaymentMethodById(Id));
 }