public int admindltserviceBLL(string CenterCode)
        {
            DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO accDAO1 = new DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO();
            int entObj1;

            entObj1 = accDAO1.admindltserviceDAL(CenterCode);
            return(entObj1);
        }