public IQueryable <Foto> GetPhotosByIdVacancy(int idVaga)
 {
     return(_fotoRepository.GetPhotosByIdVacancy(idVaga));
 }