public ICollection <ViewProduct> GetStockProductBarcodeByBranchId(int branchId)
 {
     return(_iReportGateway.GetStockProductBarcodeByBranchId(branchId));
 }