public bool UserConnect(string username, string password) { return(md.loginUser(username, password)); }