private void SearchAllBtn_Click(object sender, EventArgs e) //Söka på alla användare. { Search.SearchAll(); SearchResultsTxt.Text = result; }