public List <CategorieTarif> GetAll()
 {
     return(_CategorieTarifService.GetAll());
 }