//Admine Set Display Time
        public int AdminSetDisplayTimedBLL(string centerCode, int min)
        {
            DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO accDAO1 = new DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO();
            int entObj1;

            entObj1 = accDAO1.AdminSetDisplayTimedDAL(centerCode, min);
            return(entObj1);
        }