public DataTable Search(Company company, Categories categories) { return(_stockInRepository.Search(company, categories)); }