public bool VerificarCelular(string id)
 {
     return(ManajedorSQL.VerificadorDeExistentesCelulares(id));
 }