public void EditBalance(string email, int cost, bool Operation) { _accountDAO.EditBalance(email, cost, Operation); }