public int GetSpamCounter(string Username) { Account a = new Account(); int AID = a.AccountGetID(Username); return(a.AccountGetSpamCounter(AID)); }