public GenericoRepositorio(ModeloContainer contexto) { Contexto = contexto; ObjetoSet = Contexto.CreateObjectSet <T>(); }