public DataTable ValidateUser(string user, string password) { return(daLogin.ValidateUser(user, password)); }