public bool Exists(string id)
 {
     return(projectsRepository.Exists(id));
 }