public function getAll() { return Producto::select('id', 'nombre')->orderBy('nombre', 'asc')->get(); }