public void Remover(int id)
 {
     _CameraRepository.Remover(id);
 }