public void Update(Ban ban)
 {
     throw new NotImplementedException();
 }
 public void Add(Ban ban)
 {
     context.Bans.Add(ban);
 }