private static void Init()
 {
     collection = new TimerBarCollection();
     hungryBar  = new TimerBarProgress("Hungry");
     collection.Add(hungryBar);
 }