public function setUp()
 {
     $this->repository = new ClientsRepository();
     Database::createAndPopulate();
 }