public List <Item> GetAllItemsByCompanyId(int comapanyId)
 {
     return(stockInGateway.GetAllItemsByCompanyId(comapanyId));
 }