public IList <PurchaseRequest> GetPurchaseRequests()
 {
     return(_controller.GetPurchaseRequests());
 }