// Whats wrong with this class???
public class Incrementor
{
public static int incrementor = 0;
public int Increment()
return incrementor++;
}