public virtual void BindUI(Control control, DataTable table) { BindUI(control, table, TableUtil.GetBindAlias(table)); }