public async Task <bool> Close(Account account) { ABL.Close(account); _context.Update(account); await _context.SaveChangesAsync(); return(true); }