public int GetNum()
 {
     return(getNum.GetNum());
 }
 public int Substarction()
 {
     return(30 - getNum.GetNum());
 }