private void GetCC()
 {
     Response.Write(CashConversionModuleBAL.getCC(Request.QueryString).ToJSON());
 }