public static void Remove(PopUpText popup)
 {
     PopUps.Remove(popup);
 }
 public static void Add(PopUpText popup)
 {
     PopUps.Add(popup);
 }