public bool Delete(string SUBID, DateTime DDATE, int CHARGE) { bool result = paymentDal.DeletePayment(SUBID, DDATE, CHARGE); return(result); }