public override void Draw()
 {
     Lcd.Draw();
     Console.WriteLine("\tand with scroll bar");
 }
 public override void Draw()
 {
     Lcd.Draw();
     Console.WriteLine("\tand with border");
 }