public void ReturnProduct(Batch productBatch)
 {
     throw new NotImplementedException();
 }
 public int GetBalanceQtyByProductBasedOnBatchNo(Batch productBatch)
 {
     throw new NotImplementedException();
 }
 public void IsssueProduct(Batch productBatch)
 {
     throw new NotImplementedException();
 }