public int ResetQuotation(int RequestID, int AgentID, int QuoteID)
        {
            DAL_TRV_Request TRequest = new DAL_TRV_Request();

            try { return(TRequest.Reset_Quotations(RequestID, AgentID, QuoteID)); }
            catch { throw; }
            finally { TRequest = null; }
        }