const loginUser = (user) => {
    loginController(user).then(response => data);
}