private void btnViewAccont_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            cltViewAllAccount clt = new cltViewAllAccount();

            addTab.AddTabControl(Tab, clt, "Thông tin tài khản");
        }
        public void AddCtl(frmMain ParentForm)
        {
            cltViewAllAccount clt = new cltViewAllAccount();

            addTab.AddTabControl(xtraTabControl, clt, "Thông tin tài khản");
        }