function getAllIngredientes()
{
    $ingrediente = new Ingrediente();
    return $ingrediente->getAll();
}