public bool DeleteOrder(int purchaseQuotID) { IPurchaseOrderDAL PODAL = new PurchaseOrderDAL(); return(PODAL.DeleteQuotatoin(purchaseQuotID)); }