public function testIdSetter()
 {
     $model = new County(['id' => 1, 'name' => 'Test']);
     $this->assertTrue('01' === $model->getAttributes()['id']);
 }