public List <Pizza> GetPizzasForGroup(int pizzaGroupId)
 {
     return(pizzaRepository.GetPizzasForGroup(pizzaGroupId));
 }