internal List <PRQ_PurchaseOrders> GetAllPurchaseOrderByPONo(string PONo) { return(aPurchaseOrderDAL.GetAllPurchaseOrderByPONo(PONo)); }