public int AdminVerifyCounterBLL(string txtcountername, string txtdevicecode, string centercode)
 {
     return(verifycounter.AdminVerifyCounterDAO(txtcountername, txtdevicecode, centercode));
 }