public List <PurchaseChargesEntity> GetInventoryReportDetailByGulfNo(int GulfNo) { AddSerialDL productdal = new AddSerialDL(); return(productdal.GetInventoryReportDetailByGulfNo(GulfNo)); }