public PurchaseOrderForm GetPurchaseOrder(string poNo) { IPurchaseOrderDAL PODAL = new PurchaseOrderDAL(); return(PODAL.GetPurchaseOrder(poNo)); }