public void AddLabel(TextLabel lbl)
 {
     board.Controls.Add(lbl.LabelControl);
 }