public void RemoveInput(string inputName)
 {
     InputContainer.Remove(inputName);
 }