private void load() { clearGrid(); GridViewPlates.DataSource = bll.ShowAllPlatesForAdm(); GridViewPlates.DataBind(); }