public List <ItemViewModel> GetAllItemByCompanyId(int id)
 {
     return(aStockInGateway.GetAllItemByCompanyId(id));
 }