public int GetIssuedInHallBooksCount() { if (bjUser == null) { return(0); } return(ci.GetIssuedInHallBooksCount(bjUser)); }