public IList <BidAnalysisRequest> ListBidAnalysisApprovalProgress()
 {
     return(_controller.GetBidAnalysisInProgress());
 }