public List <string> ItemDropDownList(int companyId) { return(stockInGateway.ItemDropDownList(companyId)); }