public void GetMaindata() { if (SortBy == null) { SortBy = "it.Iserial"; } if (TblJournalAccountType != null) { Loading = true; Glclient.GetEntityAsync(MainRowList.Count, PageSize, (int)TblJournalAccountType, Scope, SortBy, Filter, ValuesObjects, LoggedUserInfo.DatabasEname, LoggedUserInfo.Iserial, PreventPerRow); } }