public PaymentMethod GetByID(int id)
 {
     return(_PaymentMethodRepository.GetSingleById(id));
 }