public override void Hide()
 {
     UI.PrintSquare(this, Console.BackgroundColor);
 }
 public override void Show()
 {
     UI.PrintSquare(this);
 }