private void tlbProccess_Click(object sender, RoutedEventArgs e)
 {
     if (sender is RibbonButton)
     {
         RibbonButton rb = (RibbonButton)sender;
         BusinessConstant.NGHIEP_VU_CUOI_NGAY maNghiepVu = BusinessConstant.layEnumNghiepVuCuoiNgay(rb.Tag.ToString());
         OnProccess(maNghiepVu);
     }
 }