public function getPrintstocksproductsresult($product_type, $stock_info_id, $branch_id, $category_id)
 {
     $report = new Report();
     $results = $report->getStockReportResult($stock_info_id, $product_type, $branch_id, $category_id);
     return view('Reports.stockProductsReportPrint')->with('results', $results);
 }