//private void m_cmd_tong_hop_cham_cong_ItemClick(object sender, ItemClickEventArgs e)
 //{
 //    try
 //    {
 //        f402_tong_hop_cham_cong v_f = new f402_tong_hop_cham_cong();
 //        if (IsExistFormName(v_f)) return;
 //        v_f.MdiParent = this;
 //        v_f.Show();
 //    }
 //    catch (Exception v_e)
 //    {
 //        CSystemLog_301.ExceptionHandle(v_e);
 //    }
 //}
 private void m_cmd_quan_ly_giam_tru_phu_thuoc_ItemClick(object sender, ItemClickEventArgs e)
 {
     try
     {
         f312_dang_ky_giam_tru_nguoi_phu_thuoc_v2 v_f = new f312_dang_ky_giam_tru_nguoi_phu_thuoc_v2();
         if(IsExistFormName(v_f)) return;
         v_f.MdiParent = this;
         v_f.Show();
     }
     catch(Exception v_e)
     {
         CSystemLog_301.ExceptionHandle(v_e);
     }
 }