private void DoDelete(MasterTourokuStaff obj) { StaffBL objMethod = new StaffBL(); string return_Bl = objMethod.M_Staff_CUD(obj); if (return_Bl == "true") { bbl.ShowMessage("I102"); } }