public int servicedeleteBLL(Int16 id, string centreCode)
        {
            DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO accDAO1 = new DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO();
            int entObj1;

            entObj1 = accDAO1.servicedeleteDAL(id, centreCode);
            return(entObj1);
        }