public int Recall()
        {
            var moneyReturned = _machineCommand.Recall();

            _dbService.SaveChanges(_machineCommand.UpdatedMachine);
            return(moneyReturned);
        }