public IList <SoleVendorRequest> ListSoleVendorApprovalProgress()
 {
     return(_controller.GetSoleVendorInProgress());
 }