public void Display(IShow show, string a)
 {
     show.ShowText(a);
 }