private static IList <RoleInfo> GetRoleListFromDAL(int startRowIndexId, int maxNumberRows) { return(dal.GetRoleList(startRowIndexId, maxNumberRows)); }