public void Remove(SapGuiShortcut c)
 {
     _logons.Remove(c);
 }
 public void Add(SapGuiShortcut c)
 {
     _logons.Add(c);
 }