public void TestShowAll() { CafeRepository cafeRepository = new CafeRepository(); cafeRepository.AddMenuItem(); cafeRepository.ShowAllItems(); }