public void RemoveShow(BaseShow show)
 {
     Observers.Remove(show);
 }
 public void RegistShow(BaseShow show)
 {
     Observers.Add(show);
 }