protected function clientFerme()
 {
     if ($this->client->getDateFinMission()) {
         return true;
     }
     return false;
 }