private async void confirmClick(object sender, EventArgs e) { await Firebase.DeleteAsync("Employees", Employee_Box.Text); this.Close(); }