internal KeyboardCollection( KeyboardContext c )
 {
     _context = c;
     _keyboards = new Dictionary<string, Keyboard>();
 }