private void navBarItemTimeTBL_Priority_LinkClicked(object sender, NavBarLinkEventArgs e)
 {
     CodeFrm FrmCode = new CodeFrm(CodeFrm.TableNames.TBL_Priority) { MdiParent = this, Icon = FXFW.SqlDB.MakeIcon(imageCollection32.Images["TBL_Priority.png"], 32, false) };
     FrmCode.Show();
 }
 private void navBarItemTimeCD_Specialization_LinkClicked(object sender, NavBarLinkEventArgs e)
 {
     CodeFrm FrmCode = new CodeFrm(CodeFrm.TableNames.CD_Specialization) { MdiParent = this, Icon = FXFW.SqlDB.MakeIcon(imageCollection32.Images["CD_Specialization.png"], 32, false) };
     FrmCode.Show();
 }