public DataTable CatWiseItems(StockInModel stockInModel) { return(_stockInRepository.CatWiseItems(stockInModel)); }