public int AmountBarValue() { int value = Convert.ToInt32(AmountBar.GetAttribute("value")); return(value); }