public void CriarComId(Foto entity)
 {
     _fotoRepository.CreateWithId(entity);
 }