public bool Delete(int id) { return(paymentRepository.Delete(id)); }
public void Delete(int id) { _paymentRepository.Delete(id); }