public int AssignBLL(int ServiceId, int Staffid, int counterid, string centerCode)
        {
            DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO accDAO1 = new DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO();
            int entObj1;

            entObj1 = accDAO1.AssignDAL(ServiceId, Staffid, counterid, centerCode);
            return(entObj1);
        }