private void GetAdjustmentForm()
 {
     Response.Write(AccountAdjustmentFormBAL.GetAdjustmentForm(Request.QueryString).ToJSON());
 }