public IActionResult GetPizza(String id)
 {
     //if (!IsLogued()) return StatusCode(403);
     return(Ok(FaPizza.GetPizza(id)));
 }