public void Unregister(Kontrol k)
 {
     kontoller.Remove(k);
 }
 void IObserver.Unregister(Kontrol k)
 {
     throw new NotImplementedException();
 }
 public void Register(Kontrol k)
 {
     kontoller.Add(k);
 }