protected function InitColors()
 {
     $this->TextColor = LBD_Color::Rgb(0, 0, 0);
     $this->BackColor = LBD_Color::Rgb(220, 220, 220);
 }