public async Task <string> AddPayment(string accountCode, string cashCode, DateTime paidOn, decimal toPay) => await _context.AddPayment(CashAccountCode, accountCode, cashCode, paidOn, toPay);