public int Receipt(List <BllReceiptTable> receiptList, bool IsInstallments, DateTime planDate) { return(dal.Receipt(receiptList, IsInstallments, planDate)); }