public IQueryable <Foto> GetPhotosByIdEvent(int idEvento)
 {
     return(_fotoRepository.GetPhotosByIdEvent(idEvento));
 }