public function testSoftDeletesEnabledStatic()
 {
     $this->assertFalse(Category::softDeletesEnabled());
     $this->assertTrue(SoftCategory::softDeletesEnabled());
 }