private bool EtagereExists(int id)
 {
     return(_repo.Exists(id));
 }