@using BOL.HelperModel @using BLL.Accounts @{ var list = new GeneralLedgerBLL().GetHeadOfficePayables(); } @if (list.Count() > 0) { @list.Count() }