public bool PurchaseItemExists(long id)
 {
     return(repository.PurchaseItemExists(id));
 }