public static void BuscarPorNombre(DataGridView dgv, string nombre) { DCategoria obj = new DCategoria(); obj.BuscarPorNombre(dgv, nombre); }