private bool PizzasExists(int id)
 {
     return(_pizzaRepo.Exists(id));
 }