public DrawerLine(DrawerChar Char) { this.Add(Char); }
public void Add(DrawerChar Char) { _Chars.Add(Char); }