//public DataTable SelectItemAll(Item item) //{ // return _stockInRepository.SelectItemAll(item); //} public DataTable ShowGridItem(Stock stock) { return(_stockInRepository.ShowGridItem(stock)); }