public bool Remove(int Id)
 {
     return(Catalogo.BorrarPorId(Id, false));
 }