public void AddFront(BaseWidget control)
 {
     m_widgets.Insert(0, control);
     control.Row = m_row;
 }