public Entities.RTOCounter CounterAddBLL(string txtcountername, string txtdevicecode, string centrecode)
 {
     DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO accDAO1 = new DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO();
     Entities.RTOCounter entObj1 = new Entities.RTOCounter();
     entObj1 = accDAO1.CounterAddDAL(txtcountername, txtdevicecode, centrecode);
     return(entObj1);
 }