public BaseDbContext(Data.PrincipalContext context) { _context = context; }
public Users(Data.PrincipalContext context) : base(context) { }