protected void IntSet(string tag, int val)
 {
     currentActivity.SetInt(tag, val);
 }