public Person LogIn(string uname, string pass) { PersonDB db = new PersonDB(); return(db.LogIn(uname, pass)); }