public List <PurchaseItem> GetAllPurchaseItems()
 {
     return(repository.GetAllPurchaseItems());
 }