public function listAction()
 {
     return new ViewModel(['contacts' => $this->contactService->findAll()]);
 }
 public function listAction()
 {
     return new ViewModel(['societes' => $this->societeService->findAll()]);
 }