public List <PurchaseOrderDetail> GetPoDetails(int poId) { List <PurchaseOrderDetail> podlist = scservice.GetPodDetails(poId); return(podlist); }