private void CargarCategorias() { dtgCategoria.AutoGenerateColumns = false; dtgCategoria.DataSource = CategoriaBL.CargarCategorias(); }