public IList <StoreRequest> ListStoreApprovalProgress()
 {
     return(_controller.GetStoreInProgress());
 }