override protected void DeleteCurrentRow()
 {
     BllHrPersonnelFile.DelCell((long)baseDataGridView.SelectedCells[0].Value);
 }
 protected override void InitData()
 {
     lbFind.Text  = "可以按姓名和卡号模糊查找";
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllHrPersonnelFile.GetTable(UserStatics.OptrType);
 }