public void DeleteOnlyAccountById(int accountId) { DBManager db = new DBManager(); db.DeleteOnlyAccountById(accountId); }