private void delete_Click(object sender, EventArgs e) { ApiFunctions.DeleteEmployee(Convert.ToInt32(ID.Text)); CleanAllText(); }