public function run()
 {
     Product::truncate();
     factory(Product::class, 50)->create();
 }