public bool Exists(Guid id)
 {
     return(_repository.Exists(id));
 }