public void Dispose() { if (_repositorioCategorias != null) { _repositorioCategorias.Dispose(); } GC.SuppressFinalize(this); }