public IEnumerable <T> Get() { return(_context.Set <T>()); }
public IEnumerable <T> Get() { return(_ctx.Set <T>().ToList()); }