public static ERP_AccountsService.accountsInfo getAccountInfo(int accountID)
        {
            using (ERP_AccountsService.AccountsServiceClient client = new ERP_AccountsService.AccountsServiceClient())
            {
                ERP_AccountsService.accountsInfo AccountsInfo = null;
                AccountsInfo = client.getAccountBudgetInfo(accountID);


                return(AccountsInfo);
            }
        }
 public getAccountBudgetInfoResponse(ERP_AccountsService.accountsInfo accountsinfo)
 {
     this.accountsinfo = accountsinfo;
 }