public void DeleteCheck(int from, int to) { Glclient.DeleteTblBankChequeAsync(SelectedMainRow.Iserial, from, to, LoggedUserInfo.DatabasEname); }