private void FormCategory_Load(object sender, EventArgs e) { DBManager db = new DBManager(); gridCategory.DataSource = db.SelectCategories(); }