public frmIns_Certificates(frmTsk_InsertSystemUser_Infromation afrmTsk_SystemUser_Infromation)
 {
     InitializeComponent();
     this.afrmTsk_SystemUser_Infromation = afrmTsk_SystemUser_Infromation;
 }
 private void btnInsSystemUser_ItemClick(object sender, ItemClickEventArgs e)
 {
     try
     {
         frmTsk_InsertSystemUser_Infromation afrmTsk_SystemUser_Infromation = new frmTsk_InsertSystemUser_Infromation();
         afrmTsk_SystemUser_Infromation.Show();
     }
     catch (Exception ex)
     {
         MessageBox.Show("frmMain.btnInsSystemUser_ItemClick\n" + ex.ToString(), "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
     }
 }