public UsuarioEntidad BuscarMail(string Email) { try { return(_DalUsuario.BuscarEmail(Email)); } catch (Exception ex) { throw ex; } }