private Tuple <int, string, int, string> GetDefalutBin(long whId) { WhService whService = new WhService(); return(whService.getRcvDefaultBin(whId)); }