public static object SubmitDeal(string strOverApprover, string strOverComment, string record, string strProductId)
        {
            DA_TRN TrnInfo = JsonConvert.DeserializeObject <DA_TRN>(record);

            return(DealUIP.SubmitFXForwardDeal(SessionInfo
                                               , TrnInfo
                                               , strOverApprover
                                               , strOverComment
                                               , strProductId));
        }