public DataTable GetCompanyTable(Company company) { DataTable dt = stockInRepository.GetCompanyTable(company); return(dt); }