@Before
 public void initTest() {
   operationSearchRepository.deleteAll();
   operation = createEntity(em);
 }