public Context() { context = new PruebaSqlEntities(); }
public Repository() { context = Context.GetContext(); }