public string Login(string email, string password) { account account = new account(); return(account.Login(email, password)); }