public void RegistrarUsuario(string userName, string password, string tipoUsuario) { usuario.Registrar(userName, password, tipoUsuario); }