private void repositoryItemGridLookUpEditHafzaId_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e)
 {
     if (e.Button.Kind != DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)
         return;
     TBLPrintCardFrm Frm = new TBLPrintCardFrm();
     Frm.ShowDialog();
     LoadDefaultData(CodeFrm.TableNames.All);
 }