// get sold items public List <SoldItemViewModel> GetAllSoldItems() { return(stockOutGateway.GetAllSoldItems()); }