public int CountLock(long apTranId)
 {
     return(_lockManager.CountLock(apTranId));
 }