public ICollection<User> Get() { using (var context = GetContext()) { return context.Users.ToList(); } }