public ResponseActualizarFoto Actualizar_Foto(int idUser, string foto)
 {
     return(UsuarioRepository.Actualizar_Foto(idUser, foto));
 }