public void AddKey(KeyboardKey key, Point keyLocation, Size keySize) { LayoutManager.AddCell(key, keyLocation, keySize); Controls.Add(key); }