public function index()
 {
     $comerciantes = Comerciante::all();
     return View('Comerciante.Index')->with('comerciantes', $comerciantes);
 }