public Task <bool> ExistsAsync(string id)
 {
     return(guideRepository.ExistsAsync(id));
 }