public static bool UserAlreadyExists(string racf)
 {
     return(UsuarioFacade.UserAlreadyExists(racf));
 }