public bool DeleteCreatedPurchaseRequest(long preqId) { scservice.DeleteCreatedPurchaseRequest(preqId); return(true); }