protected bool IntVal(string tag, out int val)
 {
     return(currentActivity.GetInt(tag, out val));
 }