public function run()
 {
     Depreciation::truncate();
     factory(Depreciation::class, 'depreciation')->create();
 }